Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObjects<TItem,TObject,TExecutedResult> Class / IsAvailable Method / IsAvailable(Boolean) Method


In This Topic
    IsAvailable(Boolean) Method
    In This Topic
    Determines whether there is an conditional object.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function IsAvailable( _
       Optional ByVal includeLegacyCf As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As ConditionalObjects(Of TItem,TObject,TExecutedResult)
    Dim includeLegacyCf As Boolean
    Dim value As Boolean
     
    value = instance.IsAvailable(includeLegacyCf)
    public virtual bool IsAvailable( 
       bool includeLegacyCf
    )

    Parameters

    includeLegacyCf

    Return Value

    true if there is an conditional object; otherwise, false.
    See Also